home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Online / SpeakFreely / CONTRIB / xspeakfree-0.7 / lib / xspeakfree / xspeakfree.tcl < prev   
Text File  |  2000-05-16  |  728b  |  27 lines

  1. # xspeakfree
  2. #
  3. # Author: Shawn Pearce
  4. # Email: spearce@injersey.com
  5. #
  6. # xspeakfree is a free Tcl/Tk (wish) frontend to Speak Freely
  7. #
  8. # For more information about Speak Freely see:
  9. #    http://www.fourmilab.ch/
  10. #
  11. # For more information about Tcl/Tk see:
  12. #    http://sunscript.sun.com/TclTkCore/
  13. #
  14. # Please note I am not the author of Speak Freely, nor the
  15. # author of wish, only the author of this frontend.
  16. #
  17. # Please send all comments, complaints and suggestions to me at the
  18. # above email address.
  19.  
  20. set LibDir [file dirname $argv0]
  21.  
  22. source [file join $LibDir xspeakfree-version.tcl]
  23. source [file join $LibDir open3.tcl]
  24. source [file join $LibDir newdialog.tcl]
  25. source [file join $LibDir gui.tcl]
  26. source [file join $LibDir cmd.tcl]
  27.